com.supermap.realspace

Class ARPlane

  • java.lang.Object
    • com.supermap.realspace.ARPlane


  • public class ARPlane
    extends java.lang.Object
    AR plane class
    • Constructor Summary

      Constructors 
      Constructor and Description
      ARPlane() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean getVisible()
      Get the visibility of the AR plane.
      void setVisible(boolean value)
      Set the visibility of the AR plane.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ARPlane

        public ARPlane()
    • Method Detail

      • setVisible

        public void setVisible(boolean value)
        Set the visibility of the AR plane.
        Parameters:
        value - Whether the AR plane is visible or not, a boolean value.
      • getVisible

        public boolean getVisible()
        Get the visibility of the AR plane.
        Returns:
        Whether the AR plane is visible or not, a boolean value.